home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / prog / tpwprog1.arj / UPLNOTE.TXT < prev   
Encoding:
INI File  |  1993-10-24  |  1.8 KB  |  45 lines

  1. [Uploader's Notes: This archive was originally uploaded by Tom Swan in
  2. LHARC format to the CIS TPW forum. Since some BBS's only accept .ZIP
  3. archives, I have decompressed the files and zipped them by directory,
  4. using the same structure the author used in the original archive. The 
  5. beginning of the README file in this archive contain the author's 
  6. instructions for unpacking the original LHARC archive.
  7.  
  8. [DIRECTORY STRUCTURE]
  9. To duplicate the author's recommended directory structure, eight sub
  10. directories should be created under the main directory into which you 
  11. unpacked this archive.
  12.  
  13.       Create Subdirectory:            Unpack into it:
  14.  
  15.     \COMMON                        TPWPROG2.ZIP
  16.     \MANCALA                       TPWPROG3.ZIP
  17.     \OWLSPY                        TPWPROG4.ZIP
  18.     \PART2                         TPWPROG5.ZIP
  19.     \PART3                   TPWPROG6.ZIP
  20.     \PART4                   TPWPROG7.ZIP
  21.     \SYSCOLOR                      TPWPROG8.ZIP
  22.     \TOOLBAR                       TPWPROG9.ZIP
  23.  
  24. [COMPILING UNDER BP7]
  25. This code predates BP7, but almost all of these programs and units
  26. can be compiled under BP7 by changing these USES references:
  27.  
  28.     WOBJECTS, which is used in every one of these programs,
  29.     should be replaced with the OWINDOWS, OMEMORY, ODIALOGS 
  30.     and OBJECTS units.
  31.  
  32.     References to STDDLGS and STDWNDS should be replaced with
  33.     OSTDDLGS and OSTDWNDS.
  34.  
  35. The only other change I had to make to this source code was in the
  36. unit UBITMAP.PAS, which uses the undocumented API constant AHINCR
  37. for segment arithmetic when reading >64k bitmap files. The source
  38. for UBITMAP.PAS lists AHINCR as 'KERNEL' index 114, it's WINDOWS 3.0
  39. ordinal.  If you want your program to run correctly under 3.1, you
  40. need to change this ordinal to index 113.
  41.  
  42. Uploader's notes added by Scott Hanrahan,CIS 70144,3033 on 10/25/93] 
  43.  
  44.  
  45.